home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / dacm.zip / README.TXT < prev   
Text File  |  1996-03-21  |  3KB  |  70 lines

  1. <<<<<READ THE END OF THIS FILE FOR SPECIAL INSTRUCTIONS>>>>>>>
  2. Welcome to DACManager v 20 the complete Database  Access Control Manager.
  3.  
  4. IMPORTANT This is a demo version of DACManager, please register to continue using this software we hope you enjoy using it, we will keep you advised of new releases and new products as they become available. 
  5.  
  6. Please read DACMGR.HLP in the VCLLIB subdirectory for full details on licensing agreement and support.
  7.  
  8. If you unziped DACM.ZIP using the -d parameter i.e PKUNZIP -D DACM.ZIP , the you should now have the following structure;
  9.  
  10. SUB DIRECTORY CONTENTS.
  11. ------------------------------------------------
  12. VCLLIB         -  Component DCU's and DACMGR help file.
  13. VCLSRC             -  Component source code.
  14. DEMO        -  Demo application and demo Paradox DAC Table.
  15. DB        -  Blank security DAC Table.
  16. CNV         - DACM1.0>DACM2.0 Conversion Program
  17. README.TXT      -  This file.
  18.  
  19.  
  20. INSTALLATION
  21. -----------------------
  22. Copy the contents of the VCLLIB directory your VCL LIB directory and follow the usual procedures to add the component in the unit DACMGR.DCU.
  23.  
  24.  
  25.  
  26. USING THE DEMO APP
  27. -------------------------------------
  28. Set up a BDE Alias "DACM" and point this at a directory containing the Paradox file VSEC.DB (in the DEMO directory).
  29.  
  30. Open and compile the project PROJECT1 in the DEMO directory.
  31.  
  32. Run Project1.EXE from inside/outside DELPHI.............
  33.  
  34. On startup use one of the following  
  35. USERNAME                 PIN
  36. -------------------                    ----------
  37. "Administrator"    "****"
  38. "Administrator"        "MIKE"
  39. "Sue"                                        "4321"
  40. "Sue"                                        "1234"
  41.  
  42.  
  43. HELP
  44. ---------
  45. For more info read the help file in your VCL LIB directory. 
  46. Errors or problems or support......... Private EMail to 72361,2107 or post to me on the DELPHI forum. Internet Users: EMail 72361.2107@compuserve.com 
  47.  
  48. HELP FILES
  49. --------------------
  50. The Help RTF source document is available on request to registered users to enable you to easily combine the help file into your own application help file.
  51.  
  52. Hope you find it useful!
  53.  
  54. Rob Edgar.
  55. Visual Solutions Ltd
  56. CIS ID 72361,2107
  57.  
  58.  
  59. For proc/functions calls see the help file.
  60.  
  61. CONVERTING FROM DACM 1.0
  62. Basically check for each call you have made to a security function. You should be able to call the global security object SECURITY for almost any call you have previously made to the DACM.
  63.  
  64. OK so installation , back up the Delphi.DCL and the DACM1.0 DCU then copy in the new ones from the VCLLIB directory then rebuild the VCL.
  65. Set up a alias "DACM" pointing at the demo directory then open the project and compile as in DACM1.
  66.  
  67. To convert an old DACM1 table to DACM2 first open the projetc in the CNV directory, change the Database/Table Names of the TTabel and DACM components on the main form....the TTable should point at the old DACM1 table and the DACM component should point at a new blank version 2 table.
  68. Compile the application that is in the CNV directory then run it.Thats it.
  69.  
  70. For more info on this look at the CNV source file.